Click or drag to resize

SuggestionDay Class

Represents a single day that contains suggested meeting times.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeSuggestionDay

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class SuggestionDay

The SuggestionDay type exposes the following members.

Constructors
  NameDescription
Public methodSuggestionDay
Initializes a new instance of the SuggestionDay class.
Public methodSuggestionDay(XmlTextReader)
Initializes a new instance of the SuggestionDay class.
Top
Properties
  NameDescription
Public propertyDate
Represents the date that contains the suggested meeting times.
Public propertyQuality
Represents the quality of the day for containing quality suggested meeting times.
Public propertySuggestions
Contains a collection of meeting suggestions.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also